home *** CD-ROM | disk | FTP | other *** search
/ CD Actual 22 / PC Actual CD 22.iso / progs / DIRECTOR / data.z / Lists Lingo.dir / Scripts_37_set aLinearList to field.ls < prev    next >
Encoding:
Text File  |  1997-05-10  |  171 b   |  8 lines

  1. on mouseDown
  2.   doButton()
  3.   if the result = 1 then
  4.     set vCurrentList to the text of member "Building Input Field"
  5.     buildList(vCurrentList, #linearList)
  6.   end if
  7. end
  8.